-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate deprecated components from cozy-ui #3293
Conversation
BundleMonFiles updated (6)
Unchanged files (12)
Total files change -357B -0.01% Groups updated (3)
Unchanged groups (4)
Final result: ✅ View report in BundleMon website ➡️ |
label={t('table.head_thumbnail_size')} | ||
extension="narrow" | ||
icon={ | ||
label={ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
on perd t('table.head_thumbnail_size')
ici non ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dans le principe oui mais il n'étais pas affiché de toute façon à cause du iconOnly
ErrorComponent has been deleted because it is unused (probably a rest from cozy-photos)
Icon was not displayed in a Cozy to Cozy share (it was the only deletion text without icon) because we tried to pass to Icon component an icon that does not exist. And when the deletion text was too long, the icon was shrink to a very small icon. I also adjusted spacing to have better result.
809d835
to
6d0de19
Compare
Deprecated components remaining :
Table
=> A lot of refactoring is needed to migrate them. It will be better to do it when we have to work on them.PushClientButton
=> Components is deprecated in cozy-ui but still used in Photos and Cozy Pass Web. I do not know what is the best thing to do now : update the component in cozy-ui and remove it from deprecated components or integrate the code directly in the app. It will depends of our next roadmap.